Transaction
A container for transaction information as a transaction identifier (TransactionID).
| Parameter | Type | Description |
|---|---|---|
| TransactionID | string | A unique identifier for the transaction. |
| Data | Container object for transaction data inputs and outputs in binary (base64), text, or xml format. It will include all documents in the current packet. | |
| SaveInDatabase | string | A boolean indicating if the transaction should be saved in the database. |
| HtmlData | string | A string description for the HTML data. |
| FileName | string | The name of the file. |
| BaselineTransactionName | string | The name of the baseline transaction. |
| CustomerTransactionName | string | The name of the customer transaction. |
| BaselineTransaction | BaselineTransaction | An object containing the file name and date of the baseline transaction. |
| CustomerTransaction | CustomerTransaction | An object containing the file name and date of the customer-originated transaction. |